home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / get_fi_1 / docprevi.frm (.txt) < prev    next >
Visual Basic Form  |  1999-07-04  |  40KB  |  1,042 lines

  1. VERSION 5.00
  2. Begin VB.Form frmDocPreview 
  3.    BackColor       =   &H8000000B&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Preview"
  6.    ClientHeight    =   6510
  7.    ClientLeft      =   1125
  8.    ClientTop       =   1500
  9.    ClientWidth     =   9780
  10.    Icon            =   "DocPreview.frx":0000
  11.    LinkTopic       =   "Form1"
  12.    LockControls    =   -1  'True
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    PaletteMode     =   1  'UseZOrder
  16.    ScaleHeight     =   434
  17.    ScaleMode       =   3  'Pixel
  18.    ScaleWidth      =   652
  19.    Begin VB.CommandButton cmdZoomOut 
  20.       Height          =   405
  21.       Left            =   1680
  22.       Picture         =   "DocPreview.frx":030A
  23.       Style           =   1  'Graphical
  24.       TabIndex        =   18
  25.       ToolTipText     =   "Zoom out"
  26.       Top             =   60
  27.       Width           =   405
  28.    End
  29.    Begin VB.CommandButton cmdZoomIn 
  30.       Height          =   405
  31.       Left            =   1200
  32.       Picture         =   "DocPreview.frx":040C
  33.       Style           =   1  'Graphical
  34.       TabIndex        =   17
  35.       ToolTipText     =   "Zoom in"
  36.       Top             =   60
  37.       Width           =   405
  38.    End
  39.    Begin VB.CommandButton cmdPrint 
  40.       Height          =   405
  41.       Left            =   270
  42.       Picture         =   "DocPreview.frx":050E
  43.       Style           =   1  'Graphical
  44.       TabIndex        =   16
  45.       ToolTipText     =   "Print"
  46.       Top             =   60
  47.       Width           =   405
  48.    End
  49.    Begin VB.ComboBox cboScale 
  50.       BeginProperty Font 
  51.          Name            =   "MS Sans Serif"
  52.          Size            =   9.75
  53.          Charset         =   0
  54.          Weight          =   400
  55.          Underline       =   0   'False
  56.          Italic          =   0   'False
  57.          Strikethrough   =   0   'False
  58.       EndProperty
  59.       Height          =   360
  60.       Left            =   2220
  61.       Style           =   2  'Dropdown List
  62.       TabIndex        =   15
  63.       Top             =   60
  64.       Width           =   855
  65.    End
  66.    Begin VB.CommandButton cmdPrevPage 
  67.       Caption         =   "<"
  68.       BeginProperty Font 
  69.          Name            =   "MS Sans Serif"
  70.          Size            =   8.25
  71.          Charset         =   0
  72.          Weight          =   700
  73.          Underline       =   0   'False
  74.          Italic          =   0   'False
  75.          Strikethrough   =   0   'False
  76.       EndProperty
  77.       Height          =   345
  78.       Left            =   4200
  79.       TabIndex        =   14
  80.       ToolTipText     =   "Prev page"
  81.       Top             =   90
  82.       Width           =   315
  83.    End
  84.    Begin VB.CommandButton cmdNextPage 
  85.       Caption         =   ">"
  86.       BeginProperty Font 
  87.          Name            =   "MS Sans Serif"
  88.          Size            =   8.25
  89.          Charset         =   0
  90.          Weight          =   700
  91.          Underline       =   0   'False
  92.          Italic          =   0   'False
  93.          Strikethrough   =   0   'False
  94.       EndProperty
  95.       Height          =   345
  96.       Left            =   4560
  97.       TabIndex        =   13
  98.       ToolTipText     =   "Next page"
  99.       Top             =   90
  100.       Width           =   315
  101.    End
  102.    Begin VB.ComboBox cboPageNo 
  103.       BeginProperty Font 
  104.          Name            =   "MS Sans Serif"
  105.          Size            =   9.75
  106.          Charset         =   0
  107.          Weight          =   400
  108.          Underline       =   0   'False
  109.          Italic          =   0   'False
  110.          Strikethrough   =   0   'False
  111.       EndProperty
  112.       Height          =   360
  113.       Left            =   4890
  114.       Style           =   2  'Dropdown List
  115.       TabIndex        =   12
  116.       Top             =   60
  117.       Width           =   825
  118.    End
  119.    Begin VB.TextBox txtTotalPages 
  120.       BackColor       =   &H80000004&
  121.       BeginProperty Font 
  122.          Name            =   "MS Sans Serif"
  123.          Size            =   9.75
  124.          Charset         =   0
  125.          Weight          =   400
  126.          Underline       =   0   'False
  127.          Italic          =   0   'False
  128.          Strikethrough   =   0   'False
  129.       EndProperty
  130.       Height          =   345
  131.       Left            =   5760
  132.       Locked          =   -1  'True
  133.       TabIndex        =   11
  134.       Text            =   "txtTotalPages"
  135.       Top             =   60
  136.       Width           =   1395
  137.    End
  138.    Begin VB.CommandButton cmdClose 
  139.       Caption         =   "Close"
  140.       BeginProperty Font 
  141.          Name            =   "MS Sans Serif"
  142.          Size            =   8.25
  143.          Charset         =   0
  144.          Weight          =   700
  145.          Underline       =   0   'False
  146.          Italic          =   0   'False
  147.          Strikethrough   =   0   'False
  148.       EndProperty
  149.       Height          =   390
  150.       Left            =   8190
  151.       TabIndex        =   10
  152.       Top             =   60
  153.       Width           =   825
  154.    End
  155.    Begin VB.PictureBox PicZ 
  156.       BackColor       =   &H8000000D&
  157.       Height          =   5325
  158.       Left            =   60
  159.       ScaleHeight     =   5265
  160.       ScaleWidth      =   9285
  161.       TabIndex        =   2
  162.       Top             =   720
  163.       Width           =   9345
  164.       Begin VB.PictureBox Pic5 
  165.          BackColor       =   &H80000009&
  166.          Height          =   2295
  167.          Left            =   120
  168.          ScaleHeight     =   2235
  169.          ScaleWidth      =   2595
  170.          TabIndex        =   9
  171.          Top             =   120
  172.          Width           =   2655
  173.       End
  174.       Begin VB.PictureBox Pic4 
  175.          AutoRedraw      =   -1  'True
  176.          BackColor       =   &H80000009&
  177.          Height          =   2715
  178.          Left            =   150
  179.          ScaleHeight     =   2655
  180.          ScaleWidth      =   3015
  181.          TabIndex        =   8
  182.          Top             =   120
  183.          Width           =   3075
  184.       End
  185.       Begin VB.PictureBox Pic3 
  186.          AutoRedraw      =   -1  'True
  187.          BackColor       =   &H80000009&
  188.          Height          =   3285
  189.          Left            =   120
  190.          ScaleHeight     =   3225
  191.          ScaleWidth      =   3765
  192.          TabIndex        =   7
  193.          Top             =   90
  194.          Width           =   3825
  195.       End
  196.       Begin VB.PictureBox Pic2 
  197.          AutoRedraw      =   -1  'True
  198.          BackColor       =   &H80000009&
  199.          Height          =   3795
  200.          Left            =   90
  201.          ScaleHeight     =   3735
  202.          ScaleWidth      =   4515
  203.          TabIndex        =   6
  204.          Top             =   60
  205.          Width           =   4575
  206.       End
  207.       Begin VB.PictureBox Pic1 
  208.          AutoRedraw      =   -1  'True
  209.          BackColor       =   &H80000009&
  210.          Height          =   4215
  211.          Left            =   60
  212.          ScaleHeight     =   4155
  213.          ScaleWidth      =   5325
  214.          TabIndex        =   5
  215.          Top             =   30
  216.          Width           =   5385
  217.       End
  218.       Begin VB.PictureBox PicX 
  219.          AutoRedraw      =   -1  'True
  220.          BackColor       =   &H80000009&
  221.          Height          =   4695
  222.          Left            =   30
  223.          ScaleHeight     =   4635
  224.          ScaleWidth      =   6015
  225.          TabIndex        =   4
  226.          Top             =   0
  227.          Width           =   6075
  228.       End
  229.       Begin VB.PictureBox picP 
  230.          AutoRedraw      =   -1  'True
  231.          BackColor       =   &H80000009&
  232.          Height          =   5310
  233.          Left            =   0
  234.          ScaleHeight     =   5250
  235.          ScaleWidth      =   6885
  236.          TabIndex        =   3
  237.          Top             =   -30
  238.          Width           =   6945
  239.       End
  240.    End
  241.    Begin VB.VScrollBar VScroll1 
  242.       Height          =   5295
  243.       Left            =   9420
  244.       Max             =   500
  245.       TabIndex        =   0
  246.       Top             =   720
  247.       Width           =   330
  248.    End
  249.    Begin VB.HScrollBar HScroll1 
  250.       Height          =   330
  251.       Left            =   60
  252.       Max             =   500
  253.       TabIndex        =   1
  254.       Top             =   6060
  255.       Width           =   9345
  256.    End
  257. Attribute VB_Name = "frmDocPreview"
  258. Attribute VB_GlobalNameSpace = False
  259. Attribute VB_Creatable = False
  260. Attribute VB_PredeclaredId = True
  261. Attribute VB_Expo